← Index
NYTProf Performance Profile   
For /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/bin/perlcritic
  Run on Sat Mar 19 22:12:22 2016
Reported on Sat Mar 19 22:14:12 2016

Filename(eval 287)[/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Class/Tiny.pm:56]
StatementsExecuted 34 statements in 41µs
Eval Invoked At/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Class/Tiny.pm line 56
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
111130µs1.31msPath::FindDev::Object::::isdevPath::FindDev::Object::isdev
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
13441µs11.28ms
# spent 1.31ms (30µs+1.28) within Path::FindDev::Object::isdev which was called 11 times, avg 119µs/call: # 11 times (30µs+1.28ms) by Path::FindDev::Object::_step at line 200 of Path/FindDev/Object.pm, avg 119µs/call
package Path::FindDev::Object; my $default=$outer_default; sub isdev { if (@_ == 1) {if ( !exists $_[0]{isdev} ) { $_[0]{isdev} = $default->($_[0]) }return $_[0]{isdev} } else { return $_[0]{isdev}=$_[1] } }
2;